home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Misc-Programming-Tools / sesidtaq.exe / install.exe / 0 / RCDATA / TUNZIP / TUNZIP.txt < prev   
Text File  |  1998-01-26  |  2KB  |  93 lines

  1. object Unzip: TUnzip
  2.   Left = 207
  3.   Top = 106
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Preparing QIM Setup'
  7.   ClientHeight = 113
  8.   ClientWidth = 383
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClick = FormClick
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 6
  21.     Top = 28
  22.     Width = 109
  23.     Height = 13
  24.     Caption = 'Current File Progress....'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 6
  28.     Top = 4
  29.     Width = 3
  30.     Height = 13
  31.   end
  32.   object Label3: TLabel
  33.     Left = 6
  34.     Top = 72
  35.     Width = 129
  36.     Height = 13
  37.     Caption = 'Decompression Progress....'
  38.   end
  39.   object Image6: TImage
  40.     Left = 342
  41.     Top = 4
  42.     Width = 32
  43.     Height = 32
  44.     AutoSize = True
  45.     Picture.Data = {<image000.ico>}
  46.   end
  47.   object ProgressBar1: TProgressBar
  48.     Left = 6
  49.     Top = 42
  50.     Width = 369
  51.     Height = 15
  52.     Min = 0
  53.     Max = 100
  54.     TabOrder = 0
  55.   end
  56.   object ProgressBar2: TProgressBar
  57.     Left = 6
  58.     Top = 86
  59.     Width = 367
  60.     Height = 15
  61.     Min = 0
  62.     Max = 100
  63.     TabOrder = 1
  64.   end
  65.   object SegCompEZ1: TSegCompEZ
  66.     RegName = 'Marc Hale'
  67.     RegNumber = 10818
  68.     OnCheckFile = SegCompEZ1CheckFile
  69.     OnShowProgress = SegCompEZ1ShowProgress
  70.     MakeDirectories = False
  71.     ExceptionOnFileError = False
  72.     Key = 0
  73.     CheckSpaceBeforeExpand = False
  74.     SegBaseName = 'segdata'
  75.     SegDir = 'a:\'
  76.     SegPopUp = False
  77.     SegSize = 1440000
  78.     SegTmpDir = 'c:\mbm32\setup'
  79.     OnSegBefore = SegCompEZ1SegBefore
  80.     SegBuildMode = bmRecursive
  81.     SegCompType = coLZH5
  82.     SegMultiArc = True
  83.     Left = 226
  84.     Top = 4
  85.   end
  86.   object Timer1: TTimer
  87.     Enabled = False
  88.     OnTimer = Timer1Timer
  89.     Left = 192
  90.     Top = 4
  91.   end
  92. end
  93.